[{"id":663799333197,"handle":"festival-favourites","updated_at":"2026-07-22T12:11:45+01:00","published_at":"2026-06-23T17:26:40+01:00","sort_order":"manual","template_suffix":"","published_scope":"web","title":"Festival Favourites","body_html":"\u003csection class=\"festival-favourites-hero\"\u003e\n \u003cdiv class=\"festival-favourites-inner\"\u003e\n\n \u003cp class=\"festival-eyebrow\"\u003eLimited Festival Offer\u003c\/p\u003e\n\n \u003ch1\u003eFestival Favourites\u003c\/h1\u003e\n\n \u003ch2\u003eFestival flavour, online savings.\u003c\/h2\u003e\n\n \u003cp class=\"festival-intro\"\u003e\n Thanks for visiting Smokey Rebel at the festival. We’ve pulled together a limited collection of stand favourites, from bold rubs and seasonings to gift-ready sets and ex-demo BBQs.\n \u003c\/p\u003e\n\n \u003cdiv class=\"festival-offer-row\"\u003e\n \u003cdiv class=\"festival-offer-card\"\u003e\n \u003cspan class=\"festival-offer-value\"\u003e20% OFF\u003c\/span\u003e\n \u003cspan class=\"festival-offer-label\"\u003eSelected flavours \u0026amp; gift sets\u003c\/span\u003e\n \u003c\/div\u003e\n\n \u003cdiv class=\"festival-offer-card festival-offer-card-dark\"\u003e\n \u003cspan class=\"festival-offer-value\"\u003e30% OFF\u003c\/span\u003e\n \u003cspan class=\"festival-offer-label\"\u003eSelected ex-demo kamado BBQs\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\n \u003cp class=\"festival-note\"\u003e\n Use your festival code at checkout. Offers apply only to products listed in this collection. Ex-demo BBQ stock is limited and available while stocks last.\n \u003c\/p\u003e\n\n \u003cdiv class=\"festival-cta-row\"\u003e\n \u003ca href=\"#festival-products\" class=\"festival-btn festival-btn-primary\"\u003eShop Festival Favourites\u003c\/a\u003e\n \u003ca href=\"#ex-demo-kamados\" class=\"festival-btn festival-btn-secondary\"\u003eView Ex-Demo Kamados\u003c\/a\u003e\n \u003c\/div\u003e\n\n \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n .festival-favourites-hero {\n background: #1E1A17;\n color: #FFF7EC;\n padding: 70px 24px;\n position: relative;\n overflow: hidden;\n }\n\n .festival-favourites-hero::before {\n content: \"\";\n position: absolute;\n inset: 0;\n background:\n radial-gradient(circle at top left, rgba(213, 117, 3, 0.28), transparent 34%),\n radial-gradient(circle at bottom right, rgba(191, 1, 5, 0.22), transparent 36%);\n pointer-events: none;\n }\n\n .festival-favourites-inner {\n position: relative;\n max-width: 1180px;\n margin: 0 auto;\n text-align: center;\n }\n\n .festival-eyebrow {\n display: inline-block;\n margin: 0 0 18px;\n padding: 8px 16px;\n border: 1px solid rgba(255, 247, 236, 0.35);\n border-radius: 999px;\n font-size: 14px;\n font-weight: 700;\n letter-spacing: 0.08em;\n text-transform: uppercase;\n color: #F3E6D3;\n }\n\n .festival-favourites-hero h1 {\n margin: 0;\n font-size: clamp(44px, 7vw, 92px);\n line-height: 0.95;\n letter-spacing: 0.02em;\n color: #FFF7EC;\n }\n\n .festival-favourites-hero h2 {\n margin: 22px 0 0;\n font-size: clamp(24px, 3vw, 42px);\n line-height: 1.15;\n color: #D57503;\n }\n\n .festival-intro {\n max-width: 860px;\n margin: 24px auto 0;\n font-size: clamp(17px, 1.7vw, 22px);\n line-height: 1.6;\n color: rgba(255, 247, 236, 0.9);\n }\n\n .festival-offer-row {\n display: grid;\n grid-template-columns: repeat(2, minmax(0, 1fr));\n gap: 18px;\n max-width: 760px;\n margin: 38px auto 0;\n }\n\n .festival-offer-card {\n background: #F3E6D3;\n color: #1E1A17;\n border-radius: 22px;\n padding: 24px 20px;\n box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);\n }\n\n .festival-offer-card-dark {\n background: #D57503;\n color: #1E1A17;\n }\n\n .festival-offer-value {\n display: block;\n font-size: clamp(34px, 4vw, 56px);\n font-weight: 900;\n line-height: 1;\n letter-spacing: 0.02em;\n }\n\n .festival-offer-label {\n display: block;\n margin-top: 10px;\n font-size: 17px;\n font-weight: 700;\n line-height: 1.3;\n }\n\n .festival-note {\n max-width: 760px;\n margin: 26px auto 0;\n font-size: 15px;\n line-height: 1.6;\n color: rgba(255, 247, 236, 0.78);\n }\n\n .festival-cta-row {\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n gap: 14px;\n margin-top: 34px;\n }\n\n .festival-btn {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n min-height: 52px;\n padding: 14px 26px;\n border-radius: 14px;\n font-size: 16px;\n font-weight: 800;\n text-decoration: none;\n transition: transform 0.2s ease, opacity 0.2s ease;\n }\n\n .festival-btn:hover {\n transform: translateY(-2px);\n opacity: 0.92;\n }\n\n .festival-btn-primary {\n background: #D57503;\n color: #1E1A17;\n }\n\n .festival-btn-secondary {\n background: transparent;\n color: #FFF7EC;\n border: 2px solid rgba(255, 247, 236, 0.5);\n }\n\n @media screen and (max-width: 749px) {\n .festival-favourites-hero {\n padding: 52px 18px;\n }\n\n .festival-offer-row {\n grid-template-columns: 1fr;\n gap: 14px;\n margin-top: 30px;\n }\n\n .festival-offer-card {\n padding: 22px 18px;\n border-radius: 18px;\n }\n\n .festival-cta-row {\n flex-direction: column;\n align-items: stretch;\n }\n\n .festival-btn {\n width: 100%;\n }\n }\n\u003c\/style\u003e","image":{"created_at":"2026-06-23T17:31:39+01:00","alt":null,"width":1024,"height":1024,"src":"\/\/smokeyrebel.com\/cdn\/shop\/collections\/OVERLAY_PROMOSTICKER_MONOLITHDEMO_SAVE330.png?v=1782232299"}},{"id":628698677581,"handle":"best-sellers","title":"Smokey Rebel Best Sellers","updated_at":"2026-07-22T12:11:45+01:00","body_html":"\u003cp data-start=\"768\" data-end=\"875\"\u003eNot sure where to start? These are the rubs and seasonings our customers come back for time and time again.\u003c\/p\u003e\n\u003cp data-start=\"877\" data-end=\"1059\"\u003eFrom all-time favourites like SPG and Hickory Hog to limited drops that flew off the shelves, this collection rounds up the most-loved blends — all tried, tested, and flavour-packed.\u003c\/p\u003e\n\u003cp data-start=\"1061\" data-end=\"1134\"\u003eIf it’s here, it’s a fan favourite.\u003cbr data-start=\"1096\" data-end=\"1099\"\u003eIf it’s not, you might be too late.\u003c\/p\u003e","published_at":"2024-10-25T09:56:27+01:00","sort_order":"manual","template_suffix":"","disjunctive":true,"rules":[{"column":"title","relation":"contains","condition":"heroes experience bundle"},{"column":"title","relation":"contains","condition":"pack"},{"column":"title","relation":"contains","condition":"flame \u0026 flavour"},{"column":"title","relation":"contains","condition":"essentials"},{"column":"title","relation":"contains","condition":"wok"},{"column":"title","relation":"not_contains","condition":"retail"},{"column":"title","relation":"not_contains","condition":"pellets"}],"published_scope":"web","image":{"created_at":"2025-05-13T08:18:55+01:00","alt":null,"width":1024,"height":1024,"src":"\/\/smokeyrebel.com\/cdn\/shop\/collections\/BestSellersBundle-BlackText_aae47cfd-9ee7-4b26-8c3b-724006e5ceb0.png?v=1772449485"}}]
["AOV Bundle","AOV Fixed Bundle"]
This store requires javascript to be enabled for some features to work correctly.
Whats included?
Simple bold flavours just how a Dino likes it!
Great for brisket, steak and other red meat such as lamb. Perfect for pork – rub into ribs, pork shoulder, chops and loin. Dust chicken thighs, breast or wings Dust burgers or add to your own smash burger mix. Add to your BBQ pit beans Dust ya roast spuds Awesome with just about anything! Ingredients: Sea salt, Black pepper, Garlic ( Sulphites) , White pepper.
Allergens in bold
May contain traces of nuts, sesame and Sulphites.
Size: 200g
Description: Bright pineapple-citrus style with warm spices, made family friendly with low heat. Perfect for tacos and bowls.
Best for: pork shoulder, chicken tacos, roasted veg
Suggested uses: Rub directly or mix with pineapple juice for a quick wet marinade, grill or roast hot.
Description: Crispy, savoury wing specialist, forms a tasty crust in oven or air fryer. Works on cauliflower bites too.
Best for: chicken wings, drumsticks, cauliflower
Suggested uses: Toss with a little oil and rub, air fry or bake, finish with your favourite glaze.
Description: Mediterranean herbs with garlic and a savoury finish, ideal for gyros-style cooks and roasted veg.
Best for: chicken, pork, halloumi
Suggested uses: Rub and rest, grill hot, serve with flatbreads, salad and yoghurt.
Selection of 2 random Smokey Rebel BBQ stickers
What others say about Smokey Rebel
My go-to for BBQ supplies
“Love the Smokey Rebel Team. Glorious wood pellets and delicious rubs - elevates the meat to a new level. Always buying from those folks.”
Off to a great start
“Delivery was great, haven’t used yet but all looks really good”
Consistently Excellent
“Great quality as always, I can't wait to try out the Greek Odyssey on my next gyros”
10/10 Every Time
“I buy fuel and rubs from the guys 10/10 easy web site fast delivery rubs are worth a go!”
Perfect Present
“Great gift for the guy who loves to barbq”
Speedy & Hassle-Free
“Fast dispatch and delivery, excellent rubs and seasoning.”
Packed With Flavour
Great Rub. Fantastic flavours. Use it lots of things other than chicken. Make mayo punchy. Best Christmas gift my daughter has ever got me.
Built to Impress
“An absolute beast! Beautifully made! Quick shipping too”
See our products in action
Flavour Heroes XL Experience Set FAQ
Are these the same rubs from the Flavour Heroes Mini Set?
Yes - this XL version simply gives you the same four blends in full classic cans.
How long does a classic can last?
Most customers get 15–25 cooks per tin, depending on how generously they season.
Can I use these for both BBQ and indoor cooking?
Absolutely. Flavour Heroes XL is designed to work across grills, ovens, pans and air fryers.
Mostly mild, with Chipotle Cowboy offering gentle warmth. The rest lean citrusy, savoury and herby.
Is this a good set for beginners?
Yes - it’s one of the most versatile lineups for cooks who want reliable all-rounders.